home *** CD-ROM | disk | FTP | other *** search
/ Shareware Super Platinum 8 / Shareware Super Platinum 8.iso / mac / PROGTOOL / SHRDIT.ZIP;1 / BASIC.ZIP / SH-BASIC.CTL next >
Encoding:
Text File  |  1994-04-07  |  594 b   |  31 lines

  1. % Parameter control file for C language source used by shrouder program
  2.  
  3.  
  4. % These parameters control string processing
  5. STRING: ","
  6.  
  7. % These parameters control name substitutions
  8. NAME JOINS: .
  9. KEEP LENGTH: No,5
  10. KEEP SEPARATORS: Yes
  11. CASE SENSITIVE: No
  12. FORCE CAPS: No
  13. MAX LENGTH: 31
  14. DUP CHECK: 5
  15.  
  16. % Comment delimiters
  17. LINE COMMENT: '
  18. NESTED: No
  19. OUT COMMENT: ',
  20.  
  21. % Include file handling
  22. INCLUDING: $include,""
  23. REPLACE NUMBS: No
  24. REPLACE STRGS: No
  25.  
  26. % Random name generation and miscellaneous
  27. SEED RANDOM: Yes
  28. COMPRESS LINE: No
  29. LINE CONTINUE: _
  30. BLOCK TOKENS: SUB,END SUB
  31.